From 5aa74aa7ef4b0e3c61061010ccfdcab7e934fe23 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Mon, 17 Jul 2017 13:38:01 -0700 Subject: [PATCH] phpunit: Load extension unit tests for --testsuite=skins Skins, like extensions, can register PHPUnit tests. The testsuite interface in PHPUnit is designed to execute one run only, so this should be based on the semantic entry of "skin jobs". Changing the Jenkins job to run both doesn't work (only one value accepted). Working around by running phpunit twice also seems wrong. Bug: T170880 Change-Id: Ic04f4a842b2912574826b01b00d49db93d51c99b --- tests/phpunit/suite.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/suite.xml b/tests/phpunit/suite.xml index 7babcacce0..2f19c813f2 100644 --- a/tests/phpunit/suite.xml +++ b/tests/phpunit/suite.xml @@ -33,6 +33,7 @@ skins structure + suites/ExtensionsTestSuite.php suites/LessTestSuite.php -- 2.20.1